create Outgoing Call
This method is to create outgoing/mobile originated calls.
Parameters
address defining the target of the call (remote party)
base interface for outgoing call creation events
This method is to create outgoing/mobile originated calls
Since
4.5.9
Parameters
address defining the caller account
address defining the source of the call
address defining the target of the call (remote party)
base interface for outgoing call creation events
This method creates anonymous calls with time-limited token
Since
4.5.9
Parameters
encrypted address defining the anonymous account
encrypted address defining the source of the call
encrypted address defining the destination of the call
the realm used to encrypt the tokens
base interface for outgoing call creation events
Deprecated
CallApplicationListener is no longer used. Switch to CallService#createOutgoingCall(String, OutgoingCallCreateInterface) instead
This method is to create outgoing/mobile originated calls.
Parameters
address defining the target of the call (remote party)
base interface for outgoing call creation events
See also
Deprecated
CallApplicationListener is no longer used. Switch to CallService#createOutgoingCall(String, String, String, OutgoingCallCreateInterface) instead
This method is to create outgoing/mobile originated calls
Since
4.5.9
Parameters
address defining the caller account
address defining the source of the call
address defining the target of the call (remote party)
base interface for outgoing call creation events
See also
Deprecated
CallApplicationListener is no longer used. Switch to CallService#createOutgoingCall(String, String, String, String, OutgoingCallCreateInterface) instead
This method creates anonymous calls with time-limited token
Since
4.5.9
Parameters
encrypted address defining the anonymous account
encrypted address defining the source of the call
encrypted address defining the destination of the call
the realm used to encrypt the tokens
application listener for call service
base interface for outgoing call creation events